aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/pages/[id]/boom.tsx
blob: 1553592e424f31e7dc158b2e8a61ebc15e66850e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import { Main } from "../../src/main";

function IndexRoute() {
  return (
    <div>
      <Main productName={"Boom id"} />
    </div>
  );
}

export { IndexRoute as default };